Add Method

Syntax

Add as CallResult (Key as C, Value as C)

Add as CallResult (Key as C, Value as C, CreateTime as T)

Add as CallResult (Key as C, Value as C, CreateTime as T, AlternateGuid as C)

Add as CallResult (Key as C, Value as C, CreateTime as T, AlternateGuid as K)

Arguments

KeyCharacter

The key for the data to be cached

ValueCharacter

The data to be cached

Description

Add an item to the cache

Discussion